Skip to main content

All Questions

0votes
0answers
533views

AngularJS unable to perform file upload [duplicate]

I am doing a file upload in angularjs. I am unable to get the file object content before sending to my back-end. XHR, headers: XHR-Header I have no idea why because I can get the content in my logs. ...
user avatar
-1votes
1answer
230views

AngularJS Unable to display upload file logs [duplicate]

I am trying to create a file upload function using angularjs which will just accept the file and send it to the server side (Django). To ensure the file upload function is working fine, I've placed ...
user3774763's user avatar
0votes
2answers
811views

AngularJS file upload Error: $injector:unpr Unknown Provider

I am trying to do a file upload using angularjs. But I am getting this error for the past few days and I am unable to resolve: angular.js:13920 Error: [$injector:unpr] http://errors.angularjs.org/1....
user3774763's user avatar
1vote
0answers
31views

Angular file-upload scope is getting undefined [duplicate]

here is directive. app.directive("fileInput", function($parse){ return{ link: function($scope, element, attrs){ element.on("change", function(event){ ...
mahipal singh's user avatar

close